home *** CD-ROM | disk | FTP | other *** search
/ LSD Docs / LSD Docs.iso / FILEZ / lsd06.dms / lsd06.adf / 34 / 34
Text File  |  1989-01-01  |  861b  |  20 lines

  1.                 HOW TO IMPLEMENT A SOUNDTRACKER MUSIC-REPLAY-MODULE
  2.  
  3. By ???. Edited by PARASITE.
  4.  
  5.  
  6. Read file to startaddress and jump to the Initialize-subroutine. Activate
  7. your interrupt (or wait for vertblank) and jump to the Music Replay-
  8. subroutine anytime (regs will be saved there).
  9. Now the routine is activated, but to start or stop your Game theme you have
  10. jump to the EnableReplay or DisableReplay-subroutines.
  11.  
  12.                          REPLAY MODULE - CONFIGURATION
  13.                       Filename         =    Replay.xx
  14.                       Filelenght       =    xxxxx bytes
  15.                       Startaddress     =    $x0000
  16.                       MuzakReplay      =    start + $00
  17.                       Initialize       =    start + $04
  18.                       EnableReplay     =    start + $08
  19.                       DisableReplay    =    start + $0c
  20.